ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / Items Property

In This Topic
    Items Property (CollectionViewResponse<T>)
    In This Topic
    The items data for Read command.
    Syntax
    'Declaration
     
    Public Property Items As IEnumerable(Of T)
    public IEnumerable<T> Items {get; set;}
    See Also